projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9752b3
)
* doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.
author
Jan D
<jan.h.d@swipnet.se>
Fri, 13 Aug 2010 10:32:37 +0000
(12:32 +0200)
committer
Jan D
<jan.h.d@swipnet.se>
Fri, 13 Aug 2010 10:32:37 +0000
(12:32 +0200)
src/ChangeLog
patch
|
blob
|
history
src/doc.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d4130ccdcf8eaa4a2f9d898808f6efc54919dd29..f36714d3792a03cd24469bf1b62bc0d8d8618429 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
+
+ * doc.c (Fsnarf_documentation): Initialize skip_file before
+ build-files test.
+
2010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
* s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
diff --git
a/src/doc.c
b/src/doc.c
index 303aed0486d38f8fd2fac0006365e6805b097ab1..6543eb41db195a1021a048c16b6ac0c54a4d58b4 100644
(file)
--- a/
src/doc.c
+++ b/
src/doc.c
@@
-644,6
+644,7
@@
the same file name is found in the `doc-directory'. */)
if (p != end)
{
end = (char *) index (p, '\n');
+ skip_file = 0;
/* See if this is a file name, and if it is a file in build-files. */
if (p[1] == 'S' && end - p > 4 && end[-2] == '.'